propertylookuplistmodel: Add
authorBenjamin Otte <otte@redhat.com>
Mon, 10 Sep 2018 15:01:57 +0000 (17:01 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Sep 2018 16:50:17 +0000 (18:50 +0200)
commit6d0fe46cba6966ec1b905513e1c283e25d33571f
tree4b3551f21611ee5c25e0cc98da78f2bcd8e1ddc1
parent05e752e0967220d171e1fe8e20e8308e6a67a214
propertylookuplistmodel: Add

This model just takes an object and a property name and recursively
looks it up. In particular, I want it for:

widget, widget.parent, widget.parent.parent, ...
gtk/gtkpropertylookuplistmodel.c [new file with mode: 0644]
gtk/gtkpropertylookuplistmodelprivate.h [new file with mode: 0644]
gtk/meson.build
testsuite/gtk/meson.build
testsuite/gtk/propertylookuplistmodel.c [new file with mode: 0644]